Home
last modified time | relevance | path

Searched refs:age (Results 1 – 22 of 22) sorted by relevance

/PHP-8.3/ext/simplexml/tests/
H A D014.phpt15 var_dump($people->person['age']);
19 $people->person['age'] = 30;
20 var_dump($people->person['age']);
22 unset($people->person['age']);
24 var_dump($people->person['age']);
25 var_dump(isset($people->person['age']));
26 $people->person['age'] = 30;
28 var_dump($people->person['age']);
29 $people->person['age'] += 5;
30 var_dump($people->person['age']);
H A D014a.phpt15 var_dump($people->person[0]['age']);
19 $people->person[0]['age'] = 30;
20 var_dump($people->person[0]['age']);
22 unset($people->person[0]['age']);
24 var_dump($people->person[0]['age']);
25 var_dump(isset($people->person[0]['age']));
27 var_dump($people->person[0]['age']);
28 $people->person['age'] += 5;
29 var_dump($people->person[0]['age']);
H A D014b.phpt16 var_dump($people->person[1]['age']);
20 $people->person[1]['age'] = 30;
21 var_dump($people->person[1]['age']);
23 unset($people->person[1]['age']);
25 var_dump($people->person[1]['age']);
26 var_dump(isset($people->person[1]['age']));
28 $people->person[1]['age'] += 5;
29 var_dump($people->person[1]['age']);
/PHP-8.3/ext/session/tests/
H A Dsession_start_variation6.phpt19 $_SESSION['age'] = 6;
40 ["age"]=>
51 ["age"]=>
61 ["age"]=>
H A Dsession_start_variation5.phpt19 $_SESSION['age'] = 6;
39 ["age"]=>
50 ["age"]=>
H A Dsession_start_variation7.phpt19 $_SESSION['age'] = 6;
40 ["age"]=>
51 ["age"]=>
/PHP-8.3/ext/sqlite3/tests/
H A Dbug70628.phpt11 $sth = $db->prepare("INSERT INTO Dogs (Breed, Name, Age) VALUES (:breed,:name,:age)");
15 $sth->bindValue(':age', 7, SQLITE3_INTEGER);
22 $sth->bindValue(':age', 3, SQLITE3_INTEGER);
H A Dbug71049.phpt10 $db->exec('CREATE TABLE test (age INTEGER, id STRING)');
/PHP-8.3/ext/soap/tests/
H A Dbug68361.phpt25 <xsd:element name="age" type="xsd:int"/>
32 <xsd:element name="age" type="xsd:int"/>
108 int age;
112 int age;
/PHP-8.3/ext/standard/tests/network/
H A Dbug72071.phpt2 Bug #72071 setcookie allows max-age to be negative
/PHP-8.3/ext/standard/tests/array/
H A Darray_slice.phpt16 array(12, "name", 'age', '45'),
1085 string(3) "age"
1095 string(3) "age"
1101 string(3) "age"
1111 string(3) "age"
1125 string(3) "age"
1135 string(3) "age"
1149 string(3) "age"
1163 string(3) "age"
1173 string(3) "age"
H A Dextract_variation4.phpt10 array( 12, "name", 'age', '45' ),
H A Darray_key_first.phpt19 array( 12, "name", 'age', '45' ),
206 string(3) "age"
H A Darray_key_last.phpt19 array( 12, "name", 'age', '45' ),
206 string(3) "age"
H A Darray_pop.phpt22 array( 12, "name", 'age', '45' ),
207 string(3) "age"
H A Darray_pop_variation.phpt17 array( 12, "name", 'age', '45' ),
H A Darray_push.phpt22 array( 12, "name", 'age', '45' ),
230 string(3) "age"
H A D005.phpt22 array( 12, "name", 'age', '45' ),
234 string(3) "age"
/PHP-8.3/ext/curl/tests/
H A Dcurl_version_basic_001.phpt9 var_dump($info_curl["age"]);
/PHP-8.3/ext/oci8/tests/
H A Dedition_1.phpt64 "create table edit_tab (name varchar2(10),age number,job varchar2(50), salary number)",
67 "create or replace editioning view view_ed as select name,age,job from edit_tab",
79 $stmt = "create or replace editioning view view_ed as select name,age,job,salary from edit_tab";
/PHP-8.3/build/
H A Dltmain.sh2672 major=`expr $current - $age`
3272 age="$number_minor"
3278 age="0"
3282 age="$number_minor"
3291 age="$4"
3314 case $age in
3339 major=.`expr $current - $age`
3383 major=.`expr $current - $age`
3393 loop=$age
3412 major=`expr $current - $age`
[all …]
/PHP-8.3/ext/curl/
H A Dinterface.c260 sprintf(str, "%d", d->age); in PHP_INI_END()
1032 CAAL("age", d->age); in PHP_FUNCTION()
1052 if (d->age >= 1) { in PHP_FUNCTION()
1056 if (d->age >= 2) { in PHP_FUNCTION()
1059 if (d->age >= 3) { in PHP_FUNCTION()
1064 if (d->age >= 4) { in PHP_FUNCTION()

Completed in 38 milliseconds